home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 3 / Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso / music2 / xmstr104.arj / MODPLAY2.BAT < prev    next >
DOS Batch File  |  1992-02-19  |  140b  |  8 lines

  1. rem MODPlay by Mark Gwinn (4DOS only)
  2. @echo off
  3. pushd
  4. %@SUBSTR[%@PATH[%1],0,2]
  5. CD %@PATH[%1]
  6. C:\TRAK\MP -s %@NAME[%1].%@EXT[%1]
  7. popd
  8.